home *** CD-ROM | disk | FTP | other *** search
/ Stairway to Heaven / Stairway to Heaven.iso / tengoku / cdrom03.dir / 00188_Script_188 < prev    next >
Text File  |  1995-02-20  |  188b  |  10 lines

  1. on exitFrame
  2.   if the movierate of sprite 4 = 1 then
  3.   cursor 200
  4.     go to frame 236
  5.   else
  6.     set the movieTime of sprite 4 = 0
  7.        cursor 0
  8.     go to frame 165
  9.   end if
  10. end